home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TLOOKUPWORD / TLOOKUPWORD.txt
Text File  |  1996-03-05  |  990b  |  54 lines

  1. object LookUpWord: TLookUpWord
  2.   Left = 389
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Look Up Word'
  6.   ClientHeight = 89
  7.   ClientWidth = 376
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 19
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 12
  20.     Width = 129
  21.     Height = 21
  22.     Alignment = taRightJustify
  23.     AutoSize = False
  24.     Caption = 'Word To Verify'
  25.   end
  26.   object TheWord: TEdit
  27.     Left = 156
  28.     Top = 8
  29.     Width = 209
  30.     Height = 27
  31.     MaxLength = 25
  32.     TabOrder = 0
  33.   end
  34.   object CheckButton: TButton
  35.     Left = 28
  36.     Top = 48
  37.     Width = 153
  38.     Height = 29
  39.     Caption = '&Check Word'
  40.     Default = True
  41.     TabOrder = 1
  42.     OnClick = CheckButtonClick
  43.   end
  44.   object ExitButton: TButton
  45.     Left = 192
  46.     Top = 48
  47.     Width = 153
  48.     Height = 29
  49.     Caption = 'E&xit'
  50.     TabOrder = 2
  51.     OnClick = ExitButtonClick
  52.   end
  53. end
  54.